.topdiv{
	background-color:#000000;
	width:34px;
	height:34px;
	border-radius:17px;
	position: fixed;
	right:10px;
	bottom:10px;
	opacity:0.5;
	z-index: 99;
	display:none;
	text-align:center;
}
.topdiv span{
	color:#FFFFFF;
	font-size:23px;
	padding-top:5px;
}
.nodata {
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: #999;
    width: 200px;
    height: 30px;
    margin-left: -100px;
    margin-top: -30px;
    text-align: center
}

.floatpage{
	position: fixed;
	bottom:0px;
	width:100%;
	z-index: 999;
	max-width: 480px;
}
.page {
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #fff;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: solid 1px #ffe59a;
	background-color:#fffce5
}

.page select{
	width: auto;
	-webkit-appearance:;
	display:inline;
	border: none;
}
.page_next {
	width: 30%;
	float: left
}

.page_prev {
	cursor: pointer;
	width: 30%;
	float: left
}

.page_no {
	width: 39%;
	float: left
}

.floatpage li span{
	display: block;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border-radius: 8px;
	border: solid 1px #fff;
	background-color: #E51C23;
	width: 80px;
	color: #fff;
}

.floatdiv {
	position: fixed;
	height: 60px;
	width: 60px;
	background: #01ba2e;
	border-radius: 60px;
	bottom: 45px;
	left: 10px;
	text-align: center;
	line-height: 20px;
	padding-top: 10px;
	box-shadow: 0px 0px 5px #888888;
	color: #ffffff;
	z-index: 9999;
}
.postbox {
    position: fixed;
    bottom: 50px;
    text-align: center;
    background-color: #FFFFCC;
    padding: 10px;
    line-height: 50px;
    font-weight: bold;
    width: 100%;
}
.ptop{
	border: solid 0px #F1C40F;
	background-color: #FF0000;
	text-align:center;
	width:100%;
	clear:both;
	line-height:33px;
	overflow: hidden;
	padding-left:5px;
	position: fixed;
	top: 45px;
	left: 0px;
	z-index: 999;
}
.popsearch{
	padding: 10px;
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0px;
	background-color: #F4F5F7;
	z-index: 9999;
	display: none;
	padding-top: 50px;
}
.nearseach{
	display: block;
	padding: 10px;
	margin-top: 10px;
	background-color: #f9f9f9;
}
.nearseach a{
	margin-right: 10px;
	text-align: center;
	padding: 10px;
}
@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) { 
	.iphonebottom {
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}
}